home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / 000083_amos-request@svcs1.digex.net_Fri Apr 11 14:31:32 1997.msg < prev    next >
Text File  |  1998-06-24  |  3KB  |  63 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail1.access.digex.net (8.8.5/8.8.5) with ESMTP id OAA14659
  3.     for <mcox@access.digex.net>; Fri, 11 Apr 1997 14:31:30 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id MAA12415
  6.     for amos-out; Fri, 11 Apr 1997 12:38:07 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id MAA12410
  9.     for <amos-list@svcs1.digex.net>; Fri, 11 Apr 1997 12:38:06 -0400 (EDT)
  10. Received: from star.flashnet.it (root@star.flashnet.it [194.247.160.2])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id MAA20970
  12.     for <amos-list@access.digex.net>; Fri, 11 Apr 1997 12:38:03 -0400 (EDT)
  13. Received: from ppp-310.flashnet.it (Berionne@ppp-310.flashnet.it [194.247.161.138]) by star.flashnet.it (8.8.5/8.7) with SMTP id SAA01282 for <amos-list@access.digex.net>; Fri, 11 Apr 1997 18:38:06 +0200
  14. Message-Id: <199704111638.SAA01282@star.flashnet.it>
  15. From: M.Berionne@ppp-310.flashnet.it (Berionne)
  16. Date: Ven, 11 Apr 97 18:31:59
  17. Reply-To: berionne@flashnet.it
  18. X-Mailer: Bomb! 2.0
  19. To: amos-list@access.digex.net
  20. Subject: Re:date
  21. Status: RO
  22. X-Status: 
  23.  
  24.  
  25. Hello!
  26.  
  27.  > I want to read the date in my computer with amos  without using 'copy
  28.  > date to ram'
  29.  > I did get some answer before but I couldn't get it to work.
  30.  
  31. Get AMCAF extension from Aminet: it has a very useful set of commands to
  32. handle dates.
  33.  
  34. =Current Date : returns the date. It's a number counting days from 1-1-78.
  35. =Cd Day(x)    : returns the day.
  36. =Cd Month(x)  : returns the month.
  37. =Cd Year(x)   : returns the year.
  38.  
  39. So try:
  40. X=Current Date
  41. Print Cd Day(X);"/";Cd Month(X);"/";Cd Year(X)
  42.  
  43. to have the whole date.
  44.  
  45. Bye
  46.  
  47.  
  48.     berionne@flashnet.it                        >>Bomb!2.0<<
  49.   +--------------------------ON AMINET----------------------------+
  50.   | game/think/VenusTris.lha         game/misc/SnailRace.lha      |
  51.   | game/shoot/fantasy.lha           util/time/MReminder.lha      |
  52.   | game/think/Atoms31.lha           util/misc/Dialer2.lha        |
  53.   | game/think/navalbattle.lha       game/think/Manos.lha         |
  54.   | game/shoot/in_the_target.lha     dev/lang/Logo1_4.lha         |
  55.   | gfx/show/PhotoCDAGA_GUI.lha      dev/lang/Logo1_4Eng.lha      |
  56.   +---------------------------------------------------------------+
  57.   |���BASIC programmers never die, they GOSUB and don't RETURN.   |
  58.   +---------------------------------------------------------------+
  59.  
  60.  
  61.  
  62.  
  63.